Autogenerated HTML docs for v2.47.0-72-gef8ce8
diff --git a/git-show-ref.html b/git-show-ref.html index 12a05a2..789d4d8 100644 --- a/git-show-ref.html +++ b/git-show-ref.html
@@ -486,7 +486,7 @@ </div> <div class="paragraph"> <p>Use of this utility is encouraged in favor of directly accessing files under -the <code>.git</code> directory.</p> +the .<code>git</code> directory.</p> </div> </div> </div> @@ -511,7 +511,7 @@ <dt class="hdlist1">-d</dt> <dt class="hdlist1">--dereference</dt> <dd> -<p>Dereference tags into object IDs as well. They will be shown with <code>^{}</code> +<p>Dereference tags into object IDs as well. They will be shown with <code>^</code>{} appended.</p> </dd> <dt class="hdlist1">-s</dt> @@ -535,7 +535,7 @@ <dt class="hdlist1">--abbrev[=<n>]</dt> <dd> <p>Abbreviate the object name. When using <code>--hash</code>, you do -not have to say <code>--hash --abbrev</code>; <code>--hash=n</code> would do.</p> +not have to say <code>--hash</code> <code>--abbrev</code>; <code>--hash=n</code> would do.</p> </dd> <dt class="hdlist1">-q</dt> <dt class="hdlist1">--quiet</dt> @@ -545,10 +545,10 @@ </dd> <dt class="hdlist1">--exclude-existing[=<pattern>]</dt> <dd> -<p>Make <code>git show-ref</code> act as a filter that reads refs from stdin of the -form <code>^(?:<anything>\s)?<refname>(?:\^{})?$</code> +<p>Make <code>git</code> <code>show-ref</code> act as a filter that reads refs from stdin of the +form <code>^</code>(?:<em><anything></em>\s)?<em><refname></em>(?:\^{})?$ and performs the following actions on each: -(1) strip <code>^{}</code> at the end of line if any; +(1) strip <code>^</code>{} at the end of line if any; (2) ignore if pattern is provided and does not head-match refname; (3) warn if refname is not a well-formed refname and skip; (4) ignore if refname is a ref that exists in the local repository; @@ -644,7 +644,7 @@ <p>will only match the exact branch called "master".</p> </div> <div class="paragraph"> -<p>If nothing matches, <code>git show-ref</code> will return an error code of 1, +<p>If nothing matches, <code>git</code> <code>show-ref</code> will return an error code of 1, and in the case of verification, it will show an error message.</p> </div> <div class="paragraph"> @@ -685,7 +685,7 @@ <h2 id="_files">FILES</h2> <div class="sectionbody"> <div class="paragraph"> -<p><code>.git/refs/*</code>, <code>.git/packed-refs</code></p> +<p>.<code>git/refs/</code>*, .<code>git/packed-refs</code></p> </div> </div> </div>